home *** CD-ROM | disk | FTP | other *** search
- set gInSetup to 0
- highlight(the clickOn)
- updateStage()
- if gPlace = #menu then
- goMenu()
- else
- if gFlowType = #SCRAMBLE then
- set tmp to gBlindfold
- set gBlindfold to gOldDelay
- set gOldDelay to tmp
- else
- if gTest and ((the frame - 1) = label("controls1")) then
- set gStartTime to the ticks
- clearScore()
- set gPage to setPage(1)
- initPage()
- checkLoad()
- end if
- end if
- goChangeMeta("initPlay")
- end if
-